runtime.mheap.arenaHintAlloc (field)

8 uses

	runtime (current package)
		malloc.go#L550: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L617: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L625: 		userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L703: 		h.arenaHintAlloc.free(unsafe.Pointer(hint))
		malloc.go#L724: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L727: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mheap.go#L213: 	arenaHintAlloc         fixalloc // allocator for arenaHints
		mheap.go#L758: 	h.arenaHintAlloc.init(unsafe.Sizeof(arenaHint{}), nil, nil, &memstats.other_sys)